home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / debugger / ddd-1.000 / ddd-1 / ddd-1.4b / config / mh-hpux < prev    next >
Encoding:
Text File  |  1996-01-12  |  201 b   |  9 lines

  1. # Define SYSV as -DSYSV if you are using a System V operating system.
  2. CC = cc -Wp,-H256000
  3. SYSV = -DSYSV
  4. RANLIB = true
  5.  
  6. # X11 
  7. X11_INCLUDE_FLAGS = -I/usr/include/X11R5
  8. X11_LIB_FLAGS = -L/usr/lib/X11R5
  9.